#section_forum_add{
    line-height: 1.5;
}

.view_left_wrap{
    padding:  40px;
    border-radius: 10px;
}



.board_category_wrap{
    display: block;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 12px;
}

.board_category_wrap .board_category{
    padding: 0 8px;
}

.board_category_wrap li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #767676;
}

.board_category_wrap li::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 18px;
    background: #DBDBDB;
    left: 0;
    top: 3px;
}

.board_category_wrap li:first-child{
    padding-left: 0;
}

.board_category_wrap li:first-child::after{
    width: 0px;
}

.board_category_wrap li a{
    color: #767676;
    font-weight: 400;
    font-size: 16px;
}


/*공개여부*/
.forum_radio_wrap input {
    position: absolute ;
    clip: rect(0, 0, 0, 0);
    height: 0px;
    width: 0px;
    border: 0;
    overflow: hidden;
}

.forum_radio_wrap label {
    background-color: #fff;
    color: #7B7C81;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    transition: all 0.1s ease-in-out;
    width: 100%;
    height: 44px;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    display: inline-block;
}

.forum_radio_wrap label:hover {
    cursor: pointer;
}

.forum_radio_wrap input:checked + label {
    border: 1px solid #4294FF;
    color: #4294FF;
    font-weight: 500;
    background: #F0F6FF;
}

.forum_radio_wrap div{
    display: inline-block;
    margin-right: 8px;
    max-width: 140px;
    width: 40%;
    box-sizing: border-box;
}

.forum_radio_wrap div:nth-child(2){
    float: left;
}

.forum_write_wrap .form_title{
    margin-top: 36px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
}

.forum_write_wrap .form_title span{
    color: #999999;
    font-weight: 400;
    font-size: 13px;
    margin-left: 8px;
}

/*.forum_select_wrap select{*/
/*    display: inline-block;*/
/*    border: 1px solid #DBDBDB;*/
/*    color: #767676;*/
/*    padding: 6px 12px;*/
/*    border-radius: 4px;*/
/*    max-width: 200px;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    margin-right: 8px;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    background: url(/assets/images/tokenpost_new/forum/arrow.svg) 95% 50% no-repeat;*/
/*    background-size: 13px;*/
/*    outline: none ;*/
/*}*/


/*-----------------------------*/
.area_custom_select {
    position: relative;
    display: inline-block;
    width: 200px;
    margin-right: 8px;
    vertical-align: top;
}
.area_custom_select.full_size{
    width: 100%;
}

/*.area_custom_select:nth-child(2){*/
/*    float: left;*/
/*}*/

.custom_select_text{
    color: #111111;
    cursor: pointer;
}

.custom_select_text em{
    color: #999999;
    font-style: normal;
}

.custom_select_text em.from_disabled {
    position: absolute;
    left: 0;
    top: 0;
    cursor: not-allowed;
    width: 198px;
    height: 42px;
    padding: 12px ;
    border-radius: 4px;
    background: #fafafa url(/assets/images/tokenpost_new/forum/arrow.svg) 95% 52% no-repeat;
}

.custom_select {
    position: relative;
    display: inline-block;
    border: 1px solid #EDEDED;
    color: #767676;
    padding: 12px;
    border-radius: 4px;
    width: 100%;
    height: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/assets/images/tokenpost_new/forum/arrow.svg) 95% 52% no-repeat;
    background-size: 13px;
    outline: none ;
}

.select_origin {
    display: none;
}

.custom_select_arrow {
    position: absolute;
    top: 20px;
    right: 15px;
}

.custom_select_list {
    position: absolute;
    font-size: 18px;
    width: 200px;
    height: auto;
    z-index: 15;
    background-color: #ffffff;
    text-align: left;
    margin-top: 5px;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
    border-radius: 4px;

}

.custom_select_option {
    height: 44px;
    padding: 12px 16px;
    cursor: pointer;
    box-sizing: border-box;
    color: #767676;
    font-size: 14px;
}

.custom_select_option:hover {
    background-color: #F7F7FA;
    box-sizing: border-box;
}

/*-----------------------------*/

.forum_file_wrap{
    position: relative;
}


.forum_file_wrap input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    padding: 0;
    border: 0;
}

.forum_file_wrap label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    padding: 8px 0;
    background: #FAFAFC;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    width: 140px;
    height: 40px;
    text-align: center;
    margin-bottom: 5px;
}



.forum_file_wrap label img{
    vertical-align: middle;
    margin: 0 8px 0 0 ;
}


/*대표이미지*/

.forum_somenail_imgwrap{
    position: relative;
    width: 140px;
    height: 140px;
    background: #FAFAFC;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    overflow: hidden;
}

.forum_file_wrap.forum_somenail label {
    position: absolute;
    left: 0;
    top: 0;
    padding: 70px 0 0 0;
    width: 140px;
    height: 140px;
    background: url(/assets/images/tokenpost_new/forum/image.svg) center 50px no-repeat;
    border:0;
}
.forum_file_wrap.forum_somenail label:hover{
    background: rgba(0,0,0,0.6) url(/assets/images/tokenpost_new/forum/image_fff.svg) center 50px no-repeat;
    color: #fff;
    opacity: 0.8;
}

.forum_file_wrap.forum_somenail label img{
    margin: 0 auto 8px auto;
    display: block;
}



.file_somenail_content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


.file_somenail_content img{
    width: 140px;
    height: 140px;
    border-radius: 4px;
    object-fit: cover;
}



.forum_txt_wrap input[type="text"]{
    width: 100%;
    margin-bottom: 24px;
}

.forum_file_content{
    display: inline-block;
}

.forum_file_content li{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDEDED;
    color: #767676;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 24px;
    margin: 0 5px 5px 0;
    word-break: break-all;
}

.forum_file_content li:first-child{
    border: 0;
    padding: 0;
    margin: 0;
}

.forum_file_content li:first-child label{
    padding: 6px 0;
}

.forum_file_content img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    cursor: pointer;
}

.forum_file_content .file_remove_img{
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.boardAddCheckRobot{
    margin:40px 0 24px 0 ;
}

.forum_bottom_btn{
    text-align: center;
    margin-top: 30px;
}

.forum_bottom_btn a,
.forum_bottom_btn button{
    display: inline-block;
    width: 140px;
    height: 40px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    text-align:center;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
}

.forum_bottom_btn button{
    background: #4294FF;
    cursor: pointer;
}
.forum_bottom_btn a{
    background: #F1F1F5;
    margin-right: 5px;
    line-height: inherit;
    color: #767676;
}




/*공지 여부 */
.forum_notice_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: middle;
}

/* Hide default HTML checkbox */
.forum_notice_switch input {
    display: none;
}

/* The slider */
.forum_notice_switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EDEDED ;
    -webkit-transition: .4s;
    transition: .4s;
}

.forum_notice_switch_slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.forum_notice_wrap input:checked+.forum_notice_switch_slider {
    background-color: #008FC3;
}

.forum_notice_wrap  input:focus+.forum_notice_switch_slider {
    box-shadow: 0 0 1px #2196F3;
}

.forum_notice_wrap input:checked+.forum_notice_switch_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.forum_notice_switch_slider.forum_notice_switch_round {
    border-radius: 34px;
}

.forum_notice_switch_slider.forum_notice_switch_round:before {
    border-radius: 50%;
}
